home *** CD-ROM | disk | FTP | other *** search
/ Windows News 2005 November / WNnov2005.iso / Windows / Utilitaires / Beyond Compare / beycmpfr.exe / {app} / BC2.exe / 0 / RCDATA / TTIPDLG / TTIPDLG.txt < prev   
Text File  |  2005-06-02  |  2KB  |  101 lines

  1. object TipDlg: TTipDlg
  2.   Left = 634
  3.   Top = 195
  4.   BorderStyle = bsDialog
  5.   Caption = 'Conseil'
  6.   ClientHeight = 244
  7.   ClientWidth = 337
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnCloseQuery = FormCloseQuery
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Shape1: TShape
  22.     Left = 8
  23.     Top = 8
  24.     Width = 321
  25.     Height = 201
  26.     Pen.Color = clBtnShadow
  27.     Pen.Width = 2
  28.   end
  29.   object Image1: TImage
  30.     Left = 24
  31.     Top = 24
  32.     Width = 23
  33.     Height = 29
  34.     AutoSize = True
  35.     Picture.Data = {<image000.bmp>}
  36.     Transparent = True
  37.   end
  38.   object CheckBox2: TBCCheckBox
  39.     Left = 8
  40.     Top = 224
  41.     Width = 137
  42.     Height = 17
  43.     Caption = '&Ne plus montrer ce conseil'
  44.     TabOrder = 0
  45.   end
  46.   object CloseBtn: TButton
  47.     Left = 256
  48.     Top = 216
  49.     Width = 73
  50.     Height = 23
  51.     Cancel = True
  52.     Caption = 'Fermer'
  53.     Default = True
  54.     ModalResult = 1
  55.     TabOrder = 1
  56.     OnClick = CloseBtnClick
  57.   end
  58.   object Panel1: TPanel
  59.     Left = 72
  60.     Top = 12
  61.     Width = 249
  62.     Height = 189
  63.     BevelOuter = bvNone
  64.     Color = clWindow
  65.     TabOrder = 2
  66.     object Title: TLabel
  67.       Left = 0
  68.       Top = 16
  69.       Width = 249
  70.       Height = 13
  71.       Align = alTop
  72.       Caption = '%'
  73.     end
  74.     object Bevel2: TBevel
  75.       Left = 0
  76.       Top = 29
  77.       Width = 249
  78.       Height = 16
  79.       Align = alTop
  80.       Shape = bsSpacer
  81.     end
  82.     object Bevel4: TBevel
  83.       Left = 0
  84.       Top = 0
  85.       Width = 249
  86.       Height = 16
  87.       Align = alTop
  88.       Shape = bsSpacer
  89.     end
  90.     object Comments: TLabel
  91.       Left = 0
  92.       Top = 45
  93.       Width = 249
  94.       Height = 13
  95.       Align = alTop
  96.       Caption = '%'
  97.       WordWrap = True
  98.     end
  99.   end
  100. end
  101.